go/types.Package.cgo (field)

5 uses

	go/types (current package)
		call.go#L697: 			if pkg.cgo {
		call.go#L750: 				if pkg.cgo && strings.HasPrefix(exp.name, "_Cvar_") {
		call.go#L756: 				if pkg.cgo && strings.HasPrefix(exp.name, "_Cmacro_") {
		package.go#L22: 	cgo       bool   // uses of this package will be rewritten into uses of declarations from _cgo_gotypes.go
		resolver.go#L155: 		imp.cgo = check.conf.go115UsesCgo